home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Datafile PD-CD 1 Issue 2
/
PDCD-1 - Issue 02.iso
/
_utilities
/
utilities
/
003
/
motorola
/
Examples
/
as11
/
VECTORS
< prev
Wrap
Text File
|
1993-06-13
|
808b
|
19 lines
*VECTORS.AS
*******************************************************************************
* *
* The following definitions constitute the interrupt vector table. The user *
* may modify this as necessary to fit his application. DO NOT CHANGE THE *
* BASIC DEFINITIONS AS SHOWN BELOW. *
* *
*******************************************************************************
ORG $FFF0
FDB rtiisr RTI Vector
ORG $FFF6
FDB mcxsrv SWI Vector to enter MCX11 ESRs
ORG $FFFE
FDB mcxinit Power-On/Reset Vector